Skip to main content

scrollbarLineInc

Type

message

Summary

Sent to a scrollbar when the user clicks the increase arrow, scrolling forward one line.

Syntax

scrollbarLineInc <pNewPosition>

Description

Handle the scrollbarLineInc message if you want to respond to the use of the bottom or right scrollbar arrow.

Dragging the scrollbar thumb does not send a scrollbarLineInc message.

If the scrollbarLineInc message is not handled, a scrollbarDrag message is sent in addition.

Parameters

NameTypeDescription

pNewPosition

The new position of the scrollbar thumb.

Examples

on scrollbarLineInc theCard -- use a scrollbar to navigate through cards
go card theCard -- corresponding to the new postion
end scrollbarLineInc

property: lineIncrement, endValue, repeatRate, startValue, thumbPosition

glossary: handle, message

keyword: scrollbar, line

message: scrollbarDrag, scrollbarPageInc, mouseDown, scrollbarLineDec, scrollbarEnd

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?